home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / ftp / ftpconnect11 / _setup.1 / ftpconnect11.exe / 0 / RCDATA / THELP / THELP.txt
Text File  |  1998-03-11  |  3KB  |  104 lines

  1. object help: Thelp
  2.   Left = 96
  3.   Top = 84
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Help...'
  7.   ClientHeight = 274
  8.   ClientWidth = 384
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Button1: TButton
  17.     Left = 0
  18.     Top = 0
  19.     Width = 75
  20.     Height = 25
  21.     Caption = 'Close'
  22.     TabOrder = 0
  23.     OnClick = Button1Click
  24.   end
  25.   object Memo1: TMemo
  26.     Left = 0
  27.     Top = 24
  28.     Width = 385
  29.     Height = 249
  30.     Lines.Strings = (
  31.       'Connecting to server:'
  32.       
  33.         '     In order to connect to FTP server you must establish TCP/IP' +
  34.         ' connection'
  35.       
  36.         '     to your ISP (Internet Service Provider).  Enter the appropr' +
  37.         'iate information'
  38.       
  39.         '     in Host address box, User ID, and password.  If you are usi' +
  40.         'ng Anonymous'
  41.       
  42.         '     login then in Password box enter your e-mail address, and c' +
  43.         'lick connect.'
  44.       ''
  45.       'Disconnecting:'
  46.       
  47.         '     To disconnect from remote server simply click disconnect bu' +
  48.         'tton.  If you'
  49.       
  50.         '     lost connection with your ISP than FTP Connect will not let' +
  51.         ' you browse'
  52.       
  53.         '     through directories and/or following message will appear "A' +
  54.         'n unexpected'
  55.       '     error occured".'
  56.       ''
  57.       'File transfer:'
  58.       
  59.         '     If you want to transfer files to remote server than choose ' +
  60.         'the appropriate'
  61.       
  62.         '     file on your local hard disk and click -> button.  In order' +
  63.         ' to receive file from'
  64.       
  65.         '     FTP server, choose the appropriate file and click <- button' +
  66.         '.'
  67.       ''
  68.       'Mini-File Manager:'
  69.       
  70.         '     Mini-File Manager was designed to help you for fast access ' +
  71.         'to your local '
  72.       
  73.         '     disk.  Remember that all files are shown in the file box (t' +
  74.         'his includes: '
  75.       
  76.         '     system, archive, read-only and hidden files).  Be carefull ' +
  77.         'on what you delete.'
  78.       ''
  79.       'Quick Connect:'
  80.       
  81.         '      Quick connect let'#39's you connect to FTP server with a click' +
  82.         ' of a button.'
  83.       '============================================================='
  84.       
  85.         'If you receive system crash related messages please contact the ' +
  86.         'author.'
  87.       
  88.         'Most system crashes are caused by the small system resources and' +
  89.         '/or'
  90.       
  91.         'unsufficient memory capacity.  Also please check your computer f' +
  92.         'or viruses'
  93.       'before contacting the author.'
  94.       ''
  95.       ''
  96.       'If you have questions, please send e-mail to lukaszb@msn.com'
  97.       'Thanks.')
  98.     ReadOnly = True
  99.     ScrollBars = ssVertical
  100.     TabOrder = 1
  101.     WordWrap = False
  102.   end
  103. end
  104.